deno compile
compile the script into a self-contained executable
https://docs.deno.com/runtime/manual/tools/compiler
$ deno compile main.ts
自己完結型のシングルバイナリを作れるの凄い
実行例
https://examples.deno.land/
のサンプルプログラムで試してみる
$ deno compile
https://examples.deno.land/color-logging.ts
https://gyazo.com/07627d8797b98b94fe1c2d1696c14fea
It's a single file!
fileとlifeで、It's a single life! の
アナグラム
おひとりさま天国
だ
#deno